home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / nosvw137.zip / MODE < prev    next >
Text File  |  1991-09-18  |  2KB  |  51 lines

  1. ====                                                NOSview [137]
  2. mode
  3. ====
  4.  
  5. _________________________________________________________________
  6. mode <interface> [vc | datagram]                Default: datagram
  7. _________________________________________________________________
  8. Display or set the default transmission mode on the specified
  9. AX.25 interface.
  10.  
  11. In 'vc' (virtual circuit) mode, IP packets are encapsulated in
  12. AX.25 I-frames and are acknowledged at the link level according
  13. to the AX.25 protocol.  Link level connections are opened if
  14. necessary.  This is the conventional mode used by TNCs operating
  15. in native mode.
  16.  
  17. In 'datagram' mode, IP packets are encapsulated in AX.25 UI-
  18. frames and transmitted without any other link level mechanisms,
  19. such as connections or acknowledgements.
  20.  
  21. In both modes, ARP is used to map IP to AX.25 addresses.  The
  22. defaults can be overridden with the type-of-service (TOS) bits in
  23. the IP header.  Turning on the "reliability" bit causes I-frames
  24. to be used, while turning on the "low delay" bit uses UI-frames.
  25. (The effect of turning on both bits is undefined and subject to
  26. change).
  27.  
  28. In both modes, IP-level fragmentation is done if the datagram is
  29. larger than the interface MTU.  In virtual circuit mode, however,
  30. the resulting datagrams (or fragments) are further fragmented at
  31. the AX.25 layer if they are still larger than the AX.25 'paclen'
  32. parameter.
  33.  
  34. In AX.25 fragmentation, datagrams are broken into several I-
  35. frames and reassembled at the receiving end before being passed
  36. to IP.  This is preferable to IP fragmentation whenever possible
  37. because of decreased overhead (the IP header isn't repeated in
  38. each fragment) and increased robustness (a lost fragment is
  39. immediately retransmitted by the link layer).
  40.  
  41. >> Example:  mode tnc0 vc
  42.  
  43.  
  44. _________________________________________________________________
  45. mode netrom [vc | datagram]                     Default: datagram
  46. _________________________________________________________________
  47. Display or set the default transmission mode for NET/ROM
  48. transmissions.
  49.  
  50. >> Example:  mode netrom vc
  51.